home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / amos / amoslist.lzh / AMOSLIST / 000373_amos-request@svcs1.digex.net_Thu Sep 28 09:33:16 1995.msg < prev    next >
Internet Message Format  |  1995-10-02  |  3KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224]) by mail1.access.digex.net (8.6.12/8.6.12) with ESMTP id JAA27115;  for <mcox@access.digex.net> ; Thu, 28 Sep 1995 09:33:15 -0400
  2. Received: (from daemon@localhost) by svcs1.digex.net (8.6.12/8.6.12) id HAA12283 for amos-out; Thu, 28 Sep 1995 07:00:42 -0400
  3. Received: from access5.digex.net (qlUkZ3NHpJvic@access5.digex.net [205.197.245.196]) by svcs1.digex.net (8.6.12/8.6.12) with ESMTP id HAA12279 for <amos-list@svcs1.digex.net>; Thu, 28 Sep 1995 07:00:41 -0400
  4. Received: (from mcox@localhost) by access5.digex.net (8.6.12/8.6.12) id HAA04026 ; for ; Thu, 28 Sep 1995 07:00:40 -0400
  5. Date: Thu, 28 Sep 1995 07:00:39 -0400 (EDT)
  6. From: Michael Cox of EDS <mcox@access.digex.net>
  7. To: AMOS Mailing List <amos-list@access.digex.net>
  8. Subject: AMOS & Modems
  9. Message-ID: <Pine.SUN.3.91.950928065636.3570K-100000@access5.digex.net>
  10. MIME-Version: 1.0
  11. Content-Type: MULTIPART/MIXED; BOUNDARY="HAA01429.812201029/access5.digex.net"
  12. Content-ID: <Pine.SUN.3.91.950928065636.3570L@access5.digex.net>
  13. Status: RO
  14. X-Status: 
  15.  
  16.   This message is in MIME format.  The first part should be readable text,
  17.   while the remaining parts are likely unreadable without MIME-aware tools.
  18.   Send mail to mime@docserver.cac.washington.edu for more info.
  19.  
  20. --HAA01429.812201029/access5.digex.net
  21. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  22. Content-ID: <Pine.SUN.3.91.950928065636.3570M@access5.digex.net>
  23.  
  24. (I hope that this will reach the mailing list if not then please tell me
  25.    what I am doing wrong.)
  26.  
  27.     I have the following problem [and I hope that someone has a solution to
  28. it
  29.    :-) ]
  30.  
  31.      I wanted to make a program wich would be able to transim and receive
  32. data
  33.    to and from the modem so I made something like this:
  34.    open port 1,"ser:"
  35.    print #1,"atz"
  36.    input #1,a$
  37.    print a$
  38.  
  39.    The first two commands worked fine but when the program reached to the
  40. third
  41.    line it stopped waiting for an entry that is my problem: I don't want
  42. the
  43.    program to stop waiting for an entry> I want it to check if there are
  44. any
  45. data coming from the serial port and
  46.    then print them or store them in a variable and if there are no data
  47.    continue the execution. 
  48.  
  49.     Can anyone help me (I have amos the creator and the amospro coverdisk
  50. which
  51.    AF gave away but I would appreciate it if the code could run on amos the
  52.   creator)
  53.  
  54.                                                 Thank you
  55.                                             Dimitris Panagopoulos
  56.                                                 panagop@eexi.gr
  57. --HAA01429.812201029/access5.digex.net--